Scheduler for WinForms
C1ObservableCollection<T> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : C1ObservableCollection<T> クラス
The type of objects to keep in collection.
The C1ObservableCollection<T> is the base class for all System.Collections.ObjectModel.Collection`1 derived collections. Supports notification.
オブジェクト モデル
C1ObservableCollection<T> クラス
シンタックス
'宣言
 
Public Class C1ObservableCollection(Of T) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
public class C1ObservableCollection<T> : System.Collections.ObjectModel.Collection<T> 
型パラメータ
T
The type of objects to keep in collection.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Schedule.C1ObservableCollection<T>
         C1.Schedule.ActionCollection
         C1.Schedule.BaseList<T>
         C1.Schedule.ReminderCollection
         C1.Win.Schedule.ScheduleGroupItemCollection

参照

C1ObservableCollection<T> メンバ
C1.Schedule 名前空間